NevronOpenVision
Nevron.Nov.DataStructures Namespace / NQueue<T> Class


In This Topic
    NQueue<T> Class Methods
    In This Topic

    For a list of all members of this type, see NQueue<T> members.

    Public Methods
     NameDescription
    Public MethodRemoves and returns the item at the beginning of the queue.  
    Public MethodEnqueue (appends) the item at the end of the queue.  
    Public MethodReturns the first item of the queue without removing it.  
    Top
    See Also